golang.org/x/net/http2.responseWriterState.status (field)
6 uses
golang.org/x/net/http2 (current package)
server.go#L2501: status int // status code passed to WriteHeader
server.go#L2579: if !hasContentLength && clen == "" && rws.handlerDone && bodyAllowedForStatus(rws.status) && (len(p) > 0 || !isHeadResp) {
server.go#L2587: if !hasCE && !hasContentType && bodyAllowedForStatus(rws.status) && len(p) > 0 {
server.go#L2616: httpResCode: rws.status,
server.go#L2871: rws.status = code
server.go#L2912: if !bodyAllowedForStatus(rws.status) {
The pages are generated with Golds v0.8.4. (GOOS=linux GOARCH=amd64)